remove 'google' from readme
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 16 Feb 2005 18:58:12 +0000 (18:58 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 16 Feb 2005 18:58:12 +0000 (18:58 +0000)
gpsbabel/README

index 0660324c2c955610ebd6ec9d60bf4109de00b158..30c425e83029edb3937f02f9499d69d9e619ddf7 100644 (file)
@@ -103,23 +103,6 @@ THE FORMATS
 
                gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx
 
-    GOOGLE
-        
-        This format is designed to read the XML emitted when you tack
-        "&output=xml" onto the end of a Google Maps URL (use the "link
-        to this page" option to get a usable URL.)  This allows you to 
-        plan a route using Google Maps, then download it and use it in
-        your own mapping program or GPS receiver.  If you use a Unix-
-        compatible operating system, this shell script might be useful:
-
-        #!/bin/sh
-        FROM="233 S. Wacker, Chicago, IL"
-        TO="1060 W. Addison, Chicago, IL"
-        wget -O - "http://maps.google.com/maps?q=$FROM to $TO&output=xml" \
-           2>/dev/null >google_map.xml
-
-        gpsbabel -i google -f google_map.xml -o gpx -F google_map.gpx
-
     GPSMAN
 
        GPS Manager can read and write formats that this converter doesn't